type runtime.lfstack

8 uses

	runtime (current package)
		lfstack.go#L22: type lfstack uint64
		lfstack.go#L24: func (head *lfstack) push(node *lfnode) {
		lfstack.go#L40: func (head *lfstack) pop() unsafe.Pointer {
		lfstack.go#L54: func (head *lfstack) empty() bool {
		mgc.go#L306: 	full  lfstack          // lock-free list of full blocks workbuf
		mgc.go#L308: 	empty lfstack          // lock-free list of empty blocks workbuf
		mspanset.go#L307: 	stack lfstack
		runtime2.go#L1171: 	gcBgMarkWorkerPool lfstack